Class symantec.itools.db.beans.binding.editors.BindingWizardDialog
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.editors.BindingWizardDialog
Object
|
+----Component
|
+----Container
|
+----Window
|
+----Frame
|
+----EmbeddedFrame
|
+----WEmbeddedFrame
|
+----BasePluginWindow
|
+----BasePluginDialog
|
+----PluginDialog
|
+----symantec.itools.db.beans.binding.editors.BindingWizardDialog
- public class BindingWizardDialog
- extends PluginDialog
- implements WizardListener
- Version:
- 1.0 10/23/98
- Author:
- Hristo Tonev
-
symantec.itools.db.beans.binding.editors.BindingWizardDialog(String, boolean, VisualObject)
- Create a modal/modeless dialog with the given title
-
invokeHelp()
- This method is called by the the framework when online help is requested
by the user, usually by pressing F1 key.
-
setVisible(boolean)
- Shows or hides this component depending on the value of parameter
b
.
-
wizardCanceled(WizardEvent)
-
-
wizardFinishRequested(WizardEvent)
-
-
wizardFinishedSuccessfully(WizardEvent)
-
-
wizardTitleChanged(WizardEvent)
-
BindingWizardDialog
public BindingWizardDialog(String title,
boolean modal,
VisualObject vo)
- Create a modal/modeless dialog with the given title
- Parameters:
- modal - true for modal and false for modeless dialog box
- title - The title on the frame
- vo - The selected VisualObject on the project
invokeHelp
protected boolean invokeHelp()
- This method is called by the the framework when online help is requested
by the user, usually by pressing F1 key. The default behaviour returns false,
meaning no help is available.
This method will not get called if a help id is already specified by calling
setHelpId
.
When this method is called, you can bring up help by calling methods in
VisualCafe
class.
- Returns:
-
true
if help is opened and false
otherwise.
- Overrides:
- invokeHelp in class PluginDialog
- See Also:
- setHelpId, invokeHelp
setVisible
public void setVisible(boolean b)
- Shows or hides this component depending on the value of parameter
b
.
- Parameters:
-
b
- If true
, shows this component;
otherwise, hides this component.
- Overrides:
- setVisible in class BasePluginWindow
- Since:
- JDK1.1
- See Also:
- isVisible
wizardCanceled
public void wizardCanceled(WizardEvent evt)
wizardFinishRequested
public void wizardFinishRequested(WizardEvent evt)
wizardFinishedSuccessfully
public void wizardFinishedSuccessfully(WizardEvent evt)
wizardTitleChanged
public void wizardTitleChanged(WizardEvent event)
All Packages Class Hierarchy This Package Previous Next Index